#incomplete
You can use the differentiation-rules to find derivatives.
(Using the SymPy Online Interpreter) You can find derivatives using SymPy's diff function. Given a function to differentiate:
diff
diff(4/(x**3)) Copy
diff(4/(x**3))